HomeSort by relevance Sort by last modified time
    Searched defs:Helper (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/clang/test/CodeGenCXX/
static-local-in-local-class.cpp 34 struct Helper {
39 Helper::Execute();
  /external/v8/src/interpreter/
bytecode-traits.h 49 struct Helper {
53 struct Helper<false, size, scale> {
57 struct Helper<true, size, scale> {
62 Helper<OperandTraits<operand_type>::TypeInfoTraits::kIsScalable,
  /frameworks/base/core/java/android/service/autofill/
UserData.java 23 import static android.view.autofill.Helper.sDebug;
38 import android.view.autofill.Helper;
116 pw.println(Helper.getRedacted(mCategoryIds[i]));
121 pw.println(Helper.getRedacted(mValues[i]));
316 Helper.appendRedacted(builder, mCategoryIds);
318 Helper.appendRedacted(builder, mValues);
  /frameworks/base/core/java/android/view/autofill/
AutofillValue.java 23 import static android.view.autofill.Helper.sDebug;
180 Helper.appendRedacted(string, (CharSequence) mValue);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
WebViewActivityTest.java 153 Helper.findWebViewNodeByFormName(fillRequest.structure, "FORM AM I");
159 Helper.findNodeByHtmlName(fillRequest.structure, HTML_NAME_USERNAME);
160 Helper.assertTextIsSanitized(usernameNode);
161 final HtmlInfo usernameHtmlInfo = Helper.assertHasHtmlTag(usernameNode, "input");
162 Helper.assertHasAttribute(usernameHtmlInfo, "type", "text");
163 Helper.assertHasAttribute(usernameHtmlInfo, "name", "username");
169 Helper.findNodeByHtmlName(fillRequest.structure, HTML_NAME_PASSWORD);
170 Helper.assertTextIsSanitized(passwordNode);
171 final HtmlInfo passwordHtmlInfo = Helper.assertHasHtmlTag(passwordNode, "input");
172 Helper.assertHasAttribute(passwordHtmlInfo, "type", "password")
    [all...]
AutofillValueTest.java 373 Helper.assertDateValue(mDatePicker, nonAutofilledYear, nonAutofilledMonth,
402 Helper.assertDateValue(mDatePicker, 2017, 3, 7);
442 Helper.assertTimeValue(mTimePicker, nonAutofilledHour, nonAutofilledMinute);
464 Helper.assertTimeValue(mTimePicker, 12, 32);
SessionLifecycleTest.java 19 import static android.autofillservice.cts.Helper.ID_LOGIN;
20 import static android.autofillservice.cts.Helper.ID_PASSWORD;
21 import static android.autofillservice.cts.Helper.ID_USERNAME;
22 import static android.autofillservice.cts.Helper.assertTextAndValue;
23 import static android.autofillservice.cts.Helper.findNodeByResourceId;
24 import static android.autofillservice.cts.Helper.getContext;
88 Helper.disableAutoRotation(mUiBot);
96 Helper.allowAutoRotation();
130 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
Helper.java 75 * Helper for common funcionalities.
77 final class Helper {
111 * Helper interface used to filter nodes.
    [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/
Helper.java 40 public final class Helper {
78 private Helper() {
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 382 // Returns of float, double and complex need to be handled with a helper
396 // If there is a return value and it needs a helper function,
398 // return to this helper. The purpose of the helper is to move
405 static const char *const Helper[NoFPRet] = {
409 const char *Name = Helper[RV];
414 // These helper functions have a different calling ABI so
416 // during call setup, the proper call lowering to the helper
437 // helper functions
513 // by calling a helper function before the actual return
    [all...]
Mips16ISelLowering.cpp 46 const char* Helper;
57 // Libcalls for which no helper is generated. Sorted by name for binary search.
271 // we use a set of helper functions. (This includes functions which return type
281 // values and hence helper functions are needed.
283 // the helper function suffixs for these are:
330 // The full name of a helper function is__mips16_call_stub +
337 // for now. There are a whole series of helper function mapping arrays, one
436 // and generate the helper
470 const Mips16IntrinsicHelperType *Helper =
473 if (Helper != std::end(Mips16IntrinsicHelper) &
    [all...]
  /external/libmojo/third_party/jinja2/
nodes.py 8 It also provides some node tree helper functions like `in_lineno` and
113 - :class:`Helper`: helper nodes
251 class Helper(Node):
504 class Pair(Helper):
513 class Keyword(Helper):
716 class Operand(Helper):
  /external/tensorflow/tensorflow/core/framework/
tensor.cc 26 // * Helper<T>: provides various routines given type T. The routines
122 // A set of helper functions depending on T.
124 struct Helper {
162 // Helper specialization for string (the only non-simple type we
165 struct Helper<string> {
202 struct Helper<ResourceHandle> {
235 struct Helper<Variant> {
274 typedef Helper<F>::RepeatedFieldType FieldType; \
370 typedef Helper<float>::RepeatedFieldType FieldType;
386 typedef Helper<double>::RepeatedFieldType FieldType
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 64 // the RunParallel helper function; such benchmarks are intended to be used with
327 // in a function not marked as a helper and returns the frames to skip
350 // called tb.Helper from inside that test function).
355 // Found a frame that wasn't inside a helper function.
457 Helper()
639 // Helper marks the calling function as a test helper function.
641 // Helper may be called simultaneously from multiple goroutines.
642 // Helper has no effect if it is called directly from a TestXxx/BenchmarkXxx
644 func (c *common) Helper() {
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 64 // the RunParallel helper function; such benchmarks are intended to be used with
327 // in a function not marked as a helper and returns the frames to skip
350 // called tb.Helper from inside that test function).
355 // Found a frame that wasn't inside a helper function.
457 Helper()
639 // Helper marks the calling function as a test helper function.
641 // Helper may be called simultaneously from multiple goroutines.
642 // Helper has no effect if it is called directly from a TestXxx/BenchmarkXxx
644 func (c *common) Helper() {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py     [all...]
  /external/google-styleguide/cpplint/
cpplint_unittest.py 112 """Provides some useful helper functions for cpplint tests."""
    [all...]
  /external/python/cpython2/Lib/
pydoc.py     [all...]
  /external/python/cpython3/Lib/
pydoc.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 818 milliseconds

12 3 4