/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
DistinctOpTest.java | 183 TestData<Integer, Stream<Integer>> data = TestData.Factory.ofCollection(
|
/packages/apps/Camera2/src/com/android/camera/device/ |
PortabilityCameraActions.java | 59 Logger.Factory logFactory) {
|
SingleDeviceStateMachine.java | 100 Logger.Factory logFactory) {
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
ZslImageCaptureCommand.java | 62 public ZslImageCaptureCommand(Logger.Factory logFactory,
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
DatabaseMessages.java | 36 import com.android.messaging.Factory; 653 Factory.get().getApplicationContext().getContentResolver(); 689 final Context context = Factory.get().getApplicationContext(); 761 final Context context = Factory.get().getApplicationContext(); [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 39 import com.android.messaging.Factory; 108 Factory.get().reclaimMemory(); 303 ContentResolver contentResolver = Factory.get().getApplicationContext() 407 // Cached value of bitmap factory options [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
NotificationCompat.java | 504 Bundle b, NotificationCompatBase.UnreadConversation.Factory factory, 505 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory); 593 Bundle b, NotificationCompatBase.UnreadConversation.Factory factory, 594 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory) { 675 return (Action) NotificationCompatJellybean.getAction(n, actionIndex, Action.FACTORY, 676 RemoteInput.FACTORY); 683 parcelables, Action.FACTORY, RemoteInput.FACTORY); [all...] |
/external/emma/lib/ |
emma.jar | |
/external/owasp/sanitizer/tools/emma/lib/ |
emma.jar | |
/prebuilts/devtools/tools/lib/ |
emma.jar | |
emma_device.jar | |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
AbstractComponentWriter.java | 33 import dagger.internal.Factory; 126 protected final Key.Factory keyFactory; 158 Key.Factory keyFactory, 231 * Returns the initialization state of the factory field for a binding key in this component. 451 * Adds component factory methods. 537 * If {@code resolvedBindings} is an unscoped provision binding with no factory arguments or a 538 * no-op members injection binding, then we don't need a field to hold its factory. In that case, 539 * this method returns the static member select snippet that returns the factory or no-op members 634 // If using a parameterized enum type, then we need to store the factory 636 // the generics of the Factory.create methods [all...] |
SourceFiles.java | 73 * of {@code Foo(T t, T t1, A a, A a1)}. That will be collapsed to a factory 91 DependencyRequest.Factory.extractKindAndType(dependency.requestElement().asType()).type(); 101 * This is used by factory generation in order to minimize the number of parameters 188 * Returns the generated factory or members injector name for a binding. 208 + "Factory"); 223 * Returns the generated factory or members injector name parameterized with the proper type
|
/external/v8/src/ |
bootstrapper.cc | 39 Handle<String> source_code = isolate_->factory() 141 Factory* factory() const { return isolate_->factory(); } function in class:v8::internal::BASE_EMBEDDED 351 Factory* factory = env->GetIsolate()->factory(); local 353 global_proxy->set_native_context(*factory->null_value()); 354 SetObjectPrototype(global_proxy, factory->null_value()); 355 global_proxy->map()->SetConstructor(*factory->null_value()) 388 Factory* factory = isolate->factory(); local 422 Factory* const factory = target->GetIsolate()->factory(); local 516 Factory* factory = isolate->factory(); local 1046 Factory* const factory = base->GetIsolate()->factory(); local 1079 Factory* factory = isolate->factory(); local 1908 Factory* factory = isolate->factory(); local 1952 Factory* factory = isolate->factory(); local 2013 Factory* factory = isolate->factory(); local 2352 Factory* factory = isolate()->factory(); local 2416 Factory* factory = isolate->factory(); local 2473 Factory* factory = isolate->factory(); local [all...] |
messages.cc | 40 Factory* factory = isolate->factory(); local 44 Handle<Object> script_handle = factory->undefined_value(); 50 script_handle = Script::GetWrapper(isolate->factory()->empty_script()); 54 ? Handle<Object>::cast(factory->undefined_value()) 57 Handle<JSMessageObject> message_obj = factory->NewJSMessageObject( 93 isolate->factory()->undefined_value(), arraysize(args), args); 103 stringified = isolate->factory()->NewStringFromAsciiChecked("exception"); 111 v8::NeanderArray global_listeners(isolate->factory()->message_listeners()) 326 Factory* factory = isolate->factory(); local [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 346 final IElement itemname = IElement.Factory.create (Tag.SPAN); 463 final IElement itemname = IElement.Factory.create (Tag.SPAN); 640 final IElement itemname = IElement.Factory.create (Tag.SPAN); [all...] |
/external/clang/unittests/AST/ |
DeclPrinterTest.cpp | 77 std::unique_ptr<FrontendActionFactory> Factory( 80 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName)) [all...] |
/external/v8/test/cctest/heap/ |
test-mark-compact.cc | 137 Factory* factory = isolate->factory(); local 163 Handle<String> func_name = factory->InternalizeUtf8String("theFunction"); 164 Handle<JSFunction> function = factory->NewFunction(func_name); 167 factory->NewJSObject(function); 173 Handle<String> func_name = factory->InternalizeUtf8String("theFunction"); 179 Handle<JSObject> obj = factory->NewJSObject(function); 181 Handle<String> obj_name = factory->InternalizeUtf8String("theObject"); 183 Handle<String> prop_name = factory->InternalizeUtf8String("theSlot") [all...] |
/external/v8/test/cctest/ |
test-feedback-vector.cc | 11 #include "src/factory.h" 38 Factory* factory = isolate->factory(); local 45 .is_identical_to(factory->empty_fixed_array())); 160 Factory* factory = isolate->factory(); local 175 Handle<WeakCell> cell = factory->NewWeakCell(factory->fixed_array_map()) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
optional.hpp | 64 // that includes the in-place factory taking functions, 65 // so for the other VC versions, in-place factory support 71 // BCB (5.5.1) cannot parse the nested template struct in an inplace factory. 96 // member template of a factory as used in the optional<> implementation. 101 template <class T, class Factory> 102 inline void construct(Factory const& factory, void* address) 104 factory.BOOST_NESTED_TEMPLATE apply<T>(address); 351 // Constructs in-place using the given factory 353 void construct ( Expr const& factory, in_place_factory_base const* [all...] |
/packages/apps/Calculator/src/com/android/calculator2/ |
Calculator.java | 98 private final Editable.Factory mFormulaEditableFactory = new Editable.Factory() {
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
DatabaseWrapper.java | 29 import com.android.messaging.Factory; 84 mExplainQueryPlanRegexp = Factory.get().getBugleGservices().getString(
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
SyncMessagesAction.java | 29 import com.android.messaging.Factory; 531 final Context context = Factory.get().getApplicationContext();
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallAudioManager.java | 51 private final InCallTonePlayer.Factory mPlayerFactory; 63 InCallTonePlayer.Factory playerFactory,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
TestAfterDivZeroChecker.cpp | 192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
|