HomeSort by relevance Sort by last modified time
    Searched refs:builder (Results 476 - 500 of 6901) sorted by null

<<11121314151617181920>>

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
FieldPresenceTest.java 89 UnittestProto.TestAllTypes.Builder.class,
90 TestAllTypes.Builder.class,
93 UnittestProto.TestAllTypes.Builder.class,
94 TestAllTypes.Builder.class,
97 UnittestProto.TestAllTypes.Builder.class,
98 TestAllTypes.Builder.class,
101 UnittestProto.TestAllTypes.Builder.class,
102 TestAllTypes.Builder.class,
128 UnittestProto.TestAllTypes.Builder.class,
129 TestAllTypes.Builder.class
146 TestAllTypes.Builder builder = TestAllTypes.newBuilder(); local
160 TestAllTypes.Builder builder = TestAllTypes.newBuilder(); local
237 TestAllTypes.Builder builder = TestAllTypes.newBuilder(); local
261 TestAllTypes.Builder builder = TestAllTypes.newBuilder(); local
287 TestAllTypes.Builder builder = TestAllTypes.newBuilder(); local
312 TestAllTypes.Builder builder = TestAllTypes.newBuilder(); local
346 TestAllTypes.Builder builder = TestAllTypes.newBuilder(); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/3.0.0-alpha4/
builder-model-3.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/3.0.0-alpha5/
builder-model-3.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/3.0.0-alpha6/
builder-model-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/3.0.0-alpha7/
builder-model-3.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/3.0.0-alpha9/
builder-model-3.0.0-alpha9.jar 
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * Builder as option 2 outlines.
39 * <p>IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed,
40 * you should have a way to recreate the Notification Builder from a persistent state. (We do this
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance(NotificationCompat.Builder builder) {
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * to update, retain the Builder as option 2 outlines.
39 * IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed, you
40 * should have a way to recreate the Notification Builder from a persistent state. (We do this as
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) {
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * to update, retain the Builder as option 2 outlines.
39 * IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed, you
40 * should have a way to recreate the Notification Builder from a persistent state. (We do this as
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) {
    [all...]
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * Builder as option 2 outlines.
39 * <p>IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed,
40 * you should have a way to recreate the Notification Builder from a persistent state. (We do this
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance(NotificationCompat.Builder builder) {
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * to update, retain the Builder as option 2 outlines.
39 * IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed, you
40 * should have a way to recreate the Notification Builder from a persistent state. (We do this as
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) {
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * to update, retain the Builder as option 2 outlines.
39 * IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed, you
40 * should have a way to recreate the Notification Builder from a persistent state. (We do this as
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) {
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * to update, retain the Builder as option 2 outlines.
39 * IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed, you
40 * should have a way to recreate the Notification Builder from a persistent state. (We do this as
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) {
    [all...]
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
GlobalNotificationBuilder.java 21 * We use a Singleton for a global copy of the NotificationCompat.Builder to update active
27 * to get *ALL* the information and pass it to the builder. We get all the information from a Mock
31 * you to store a reference to the original builder. The benefit is you only need the new/updated
37 * to update, retain the Builder as option 2 outlines.
39 * IMPORTANT NOTE 2: If the global Notification Builder is lost because the process is killed, you
40 * should have a way to recreate the Notification Builder from a persistent state. (We do this as
45 private static NotificationCompat.Builder sGlobalNotificationCompatBuilder = null;
48 * Empty constructor - We don't initialize builder because we rely on a null state to let us
53 public static void setNotificationCompatBuilderInstance (NotificationCompat.Builder builder) {
    [all...]
  /external/flatbuffers/python/flatbuffers/
__init__.py 15 from .builder import Builder
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.py 135 def TypeAliasesStart(builder): builder.StartObject(12)
136 def TypeAliasesAddI8(builder, i8): builder.PrependInt8Slot(0, i8, 0)
137 def TypeAliasesAddU8(builder, u8): builder.PrependUint8Slot(1, u8, 0)
138 def TypeAliasesAddI16(builder, i16): builder.PrependInt16Slot(2, i16, 0)
139 def TypeAliasesAddU16(builder, u16): builder.PrependUint16Slot(3, u16, 0
    [all...]
  /external/flatbuffers/tests/namespace_test/NamespaceA/
TableInC.py 36 def TableInCStart(builder): builder.StartObject(2)
37 def TableInCAddReferToA1(builder, referToA1): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(referToA1), 0)
38 def TableInCAddReferToA2(builder, referToA2): builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(referToA2), 0)
39 def TableInCEnd(builder): return builder.EndObject()
  /external/guava/guava-tests/test/com/google/common/escape/
CharEscaperBuilderTest.java 25 CharEscaperBuilder builder = new CharEscaperBuilder().addEscapes(cs, "Z"); local
26 Escaper escaper = builder.toEscaper();
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 82 // Create a basic block builder with default parameters. The builder will
84 IRBuilder<> builder(BB);
87 Value *One = builder.getInt32(1);
95 Value *Add = builder.CreateAdd(One, ArgX);
98 builder.CreateRet(Add);
111 // Tell the basic block builder to attach itself to the new basic block
112 builder.SetInsertPoint(BB);
115 Value *Ten = builder.getInt32(10);
118 CallInst *Add1CallRes = builder.CreateCall(Add1F, Ten)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph.cc 31 BitmapGlyphBuilderPtr builder; local
32 builder.Attach(Builder::CreateGlyphBuilder(data, format));
33 if (builder) {
34 glyph.Attach(down_cast<BitmapGlyph*>(builder->Build()));
44 * BitmapGlyph::Builder class
46 BitmapGlyph::Builder::~Builder() {
49 CALLER_ATTACH BitmapGlyph::Builder*
50 BitmapGlyph::Builder::CreateGlyphBuilder(ReadableFontData* data
52 BitmapGlyphBuilderPtr builder; local
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
BuilderEpilogueBegin.java 32 package org.jf.dexlib2.builder.debug;
35 import org.jf.dexlib2.builder.BuilderDebugItem;
BuilderPrologueEnd.java 32 package org.jf.dexlib2.builder.debug;
35 import org.jf.dexlib2.builder.BuilderDebugItem;
  /external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
HowToUseJIT.cpp 73 // Create a basic block builder with default parameters. The builder will
75 IRBuilder<> builder(BB);
78 Value *One = builder.getInt32(1);
86 Value *Add = builder.CreateAdd(One, ArgX);
89 builder.CreateRet(Add);
103 // Tell the basic block builder to attach itself to the new basic block
104 builder.SetInsertPoint(BB);
107 Value *Ten = builder.getInt32(10);
110 CallInst *Add1CallRes = builder.CreateCall(Add1F, Ten);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_tfgraph_builder_test.cc 35 auto builder = HloComputation::Builder("Negate"); local
36 auto param = builder.AddInstruction(
38 builder.AddInstruction(
40 return builder.Build();
46 auto builder = HloComputation::Builder("Map"); local
47 auto param = builder.AddInstruction(
49 builder.AddInstruction(
51 return builder.Build()
64 auto builder = HloComputation::Builder("Concatenate"); local
92 auto builder = HloComputation::Builder("Const"); local
123 auto builder = HloComputation::Builder("GE"); local
141 auto builder = HloComputation::Builder("GE"); local
168 auto builder = HloComputation::Builder(TestName()); local
    [all...]
instruction_fusion_test.cc 26 HloComputation::Builder builder(TestName());
27 auto param0 = builder.AddInstruction(
29 auto reshape1 = builder.AddInstruction(
33 auto computation = module->AddEntryComputation(builder.Build());
42 HloComputation::Builder builder(TestName());
43 auto param0 = builder.AddInstruction(
45 auto reshape1 = builder.AddInstruction(
49 auto computation = module->AddEntryComputation(builder.Build())
    [all...]

Completed in 580 milliseconds

<<11121314151617181920>>