1 // Copyright 2017 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 [JavaPackage="org.chromium.mojo.bindings.test.mojom.sample", 6 JavaConstantsClassName="NameGeneratorConstants"] 7 module sample; 8 9 enum SupportedCases { 10 lowerCamelCase, 11 UpperCamelCase, 12 snake_case, 13 MACRO_CASE, 14 kHungarianNotation, 15 upperACRONYMCase 16 }; 17 18 const uint64 PAD_RSA_PKCS1_1_5_SIGN = 1; 19 const uint64 kDigestSha1 = 1; 20 const uint64 kE2eIntegration = 1; 21 const uint64 M3Test = 1; 22 const uint64 URLLoaderFactory = 1; 23 const uint64 Ipv6Address = 1; 24 const uint64 Numb3r5InTH3Middl3 = 1; 25 const uint64 Name_WITHUnderscore = 1; 26 const uint64 SINGLETON = 1; 27 28