OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buildtype
(Results
1 - 4
of
4
) sorted by null
/external/flatbuffers/tests/
generate_code.bat
15
set
buildtype
=Release
variable
16
if "%1"=="-b" set
buildtype
=%2
variable
18
..\%
buildtype
%\flatc.exe --cpp --java --csharp --go --binary --python --js --ts --php --grpc --gen-mutable --reflect-names --gen-object-api --no-includes --cpp-ptr-type flatbuffers::unique_ptr --no-fb-import -I include_test monster_test.fbs monsterdata_test.json
19
..\%
buildtype
%\flatc.exe --cpp --java --csharp --go --binary --python --js --ts --php --gen-mutable --reflect-names --no-fb-import --cpp-ptr-type flatbuffers::unique_ptr -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
20
..\%
buildtype
%\flatc.exe --cpp --js --ts --php --gen-mutable --reflect-names --gen-object-api --cpp-ptr-type flatbuffers::unique_ptr -o union_vector ./union_vector/union_vector.fbs
21
..\%
buildtype
%\flatc.exe -b --schema --bfbs-comments -I include_test monster_test.fbs
22
..\%
buildtype
%\flatc.exe --jsonschema --schema -I include_test monster_test.fbs
24
..\%
buildtype
%\flatc.exe --cpp --gen-mutable --gen-object-api --cpp-ptr-type flatbuffers::unique_ptr monster.fbs
/packages/apps/Dialer/java/com/android/dialer/buildtype/
BuildTypeAccessor.java
17
package com.android.dialer.
buildtype
;
24
* com.android.dialer.
buildtype
.BuildTypeAccessorImpl. This class is found by the module using
27
@UsedByReflection(value = "
BuildType
.java")
29
@
BuildType
.Type
BuildType.java
17
package com.android.dialer.
buildtype
;
26
public class
BuildType
{
57
LogUtil.e("
BuildType
.get", "error creating BuildTypeAccessorImpl", e);
66
private
BuildType
() {}
/packages/apps/Dialer/java/com/android/dialer/buildtype/release/
BuildTypeAccessorImpl.java
17
package com.android.dialer.
buildtype
;
19
import com.android.dialer.
buildtype
.
BuildType
.Type;
23
@UsedByReflection(value = "
BuildType
.java")
27
@
BuildType
.Type
Completed in 76 milliseconds