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 --php --grpc --gen-mutable --gen-object-api --no-includes monster_test.fbs monsterdata_test.json
19
..\%
buildtype
%\flatc.exe --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o namespace_test namespace_test\namespace_test1.fbs namespace_test\namespace_test2.fbs
20
..\%
buildtype
%\flatc.exe --binary --schema monster_test.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
{
53
LogUtil.e("
BuildType
.get", "error creating BuildTypeAccessorImpl", e);
62
private
BuildType
() {}
/packages/apps/Dialer/java/com/android/dialer/buildtype/release/
BuildTypeAccessorImpl.java
17
package com.android.dialer.
buildtype
;
22
@UsedByReflection(value = "
BuildType
.java")
26
@
BuildType
.Type
28
return
BuildType
.RELEASE;
Completed in 837 milliseconds