HomeSort by relevance Sort by last modified time
    Searched full:helper (Results 476 - 500 of 5910) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 33 """Helper method that tests testing against directive based on the
225 def helper(self, directive, position): member in class:StrptimeTests
226 """Helper fxn in testing."""
237 self.helper(directive, 0)
250 self.helper(directive, 1)
254 self.helper('d', 2)
258 self.helper('H', 3)
267 self.helper('M', 4)
271 self.helper('S', 5)
283 self.helper(directive,6
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 33 """Helper method that tests testing against directive based on the
225 def helper(self, directive, position): member in class:StrptimeTests
226 """Helper fxn in testing."""
237 self.helper(directive, 0)
250 self.helper(directive, 1)
254 self.helper('d', 2)
258 self.helper('H', 3)
267 self.helper('M', 4)
271 self.helper('S', 5)
283 self.helper(directive,6
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 39 * This class provides a DOM level 2 "helper", which provides services currently
52 * that this helper is intended to support. This is currently
72 * Returns true if the DOM implementation handled by this helper
82 /** Field m_doc: Document Node for the document this helper is currently
90 * Specify which document this helper is currently operating on.
101 * Query which document this helper is currently operating on.
  /external/v8/test/cctest/compiler/
call-tester.h 363 R Call() { return helper()->template Call0<R>(); }
367 return helper()->template Call1<R>(p1);
372 return helper()->template Call2<R>(p1, p2);
377 return helper()->template Call3<R>(p1, p2, p3);
382 return helper()->template Call4<R>(p1, p2, p3, p4);
386 CallHelper* helper() { return static_cast<C*>(this); } function in class:v8::internal::compiler::CallHelper2
  /prebuilts/misc/common/swig/include/2.0.11/cffi/
cffi.swg 166 (cl:labels ((helper (lst last rest cl:&aux (c (cl:car lst)))
171 (helper (cl:cdr lst) 'upper
176 (helper (cl:cdr lst) 'lower (cl:cons (cl:char-upcase c) rest)))
178 (helper (cl:cdr lst) 'digit
183 (helper (cl:cdr lst) '_ (cl:cons #\- rest)))
194 (cl:nreverse (helper (cl:concatenate 'cl:list name) cl:nil cl:nil))
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 148 * Helper that returns reference type signature of input object ID.
160 * Helper that returns reference type ID for input object ID.
180 * Helper for getting method ID of corresponding class and method name.
230 * Helper for getting method name of corresponding class and method ID.
333 * Helper function for resuming debuggee.
581 * Helper for checking reply packet error code. Calls junit fail if packet
597 * Helper for checking reply packet error code. Calls junit fail if packet
610 * Helper for checking reply packet error code. Calls junit fail if packet
626 * Helper for checking reply packet error code. If reply packet does not
644 * Helper for checking reply packet error code. If reply packet does no
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 373 // Returns of float, double and complex need to be handled with a helper
389 // If there is a return value and it needs a helper function,
391 // return to this helper. The purpose of the helper is to move
398 static const char* Helper[NoFPRet] = {
402 const char *Name = Helper[RV];
407 // These helper functions have a different calling ABI so
409 // during call setup, the proper call lowering to the helper
436 // helper functions
511 // by calling a helper function before the actual return
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_defs.h 191 CALLED FROM GENERATED CODE: DIRTY HELPER(s). (But not really,
192 actually it could be a clean helper, but for the fact that we can't
193 pass by value 2 x V128 to a clean helper, nor have one returned.)
216 result hold the new %ecx value. For xSTRM variants, the helper
240 CALLED FROM GENERATED CODE: DIRTY HELPER(s). (But not really,
241 actually it could be a clean helper, but for the fact that we can't
242 pass by value 2 x V128 to a clean helper, nor have one returned.)
264 CALLED FROM GENERATED CODE: DIRTY HELPER(s). (But not really,
265 actually it could be a clean helper, but for the fact that we can't
266 pass by value 1 x V128 to a clean helper, nor have one returned.
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 74 /** View whose internal structure is exposed through this helper. */
92 * @param forView View whose logical children are exposed by this helper.
105 * Returns the {@link android.view.accessibility.AccessibilityNodeProvider} for this helper.
107 * @param host View whose logical children are exposed by this helper.
108 * @return The accessibility node provider for this helper.
636 * The helper class automatically populates the following fields with
644 * helper class and may not be overridden:
671 * The helper class automatically populates the following fields with
682 * helper class and may not be overridden:
694 * <li>accessibility focus, computed based on internal helper state, se
    [all...]
  /cts/tests/leanbackjank/src/android/cts/leanbackjank/
CtsDeviceLeanback.java 71 // Trigger automated scroll of the helper app.
78 fail("Test helper app package not found on device");
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java 32 * Static helper methods for working with the sync framework.
79 * Helper method to trigger an immediate sync ("refresh").
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java 32 * Static helper methods for working with the sync framework.
79 * Helper method to trigger an immediate sync ("refresh").
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncUtils.java 32 * Static helper methods for working with the sync framework.
79 * Helper method to trigger an immediate sync ("refresh").
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-references.cpp 92 void helper(const AbstractClass &param) { function in namespace:PR23165
100 helper(ChildClass());
  /external/clang/test/CodeGenObjC/
debug-info-blocks.m 14 // Test that we don't emit bogus line numbers for the helper functions.
15 // Test that we do emit scope info for the helper functions.
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 50 region_processing_helper<int>* helper; local
51 helper->process(0)
  /external/compiler-rt/lib/builtins/
fp_extend.h 75 // End of specialization parameters. Two helper routines for conversion to and
87 // End helper routines. Conversion implementation follows.
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 124 Helper1 helper(*oCur2, intersector);
125 if(internal::intersect_helper(tree1, helper, *vBegin1))
132 Helper2 helper(*oBegin1, intersector);
133 if(internal::intersect_helper(tree2, helper, *vCur2))
268 Helper2 helper(*oBegin1, minimizer);
269 minimum = (std::min)(minimum, internal::minimize_helper(tree2, helper, *vCur2, minimum));
277 Helper1 helper(*oCur2, minimizer);
278 minimum = (std::min)(minimum, internal::minimize_helper(tree1, helper, *vBegin1, minimum));
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 32 // Helper class that encapsulates the logic of how symbol supplier interacts
86 // Reset internal (locally owned) data as if the helper is re-instantiated.
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_common.h 91 /* Conntrack got a helper explicitly attached via CT target. */
104 IPCT_HELPER, /* new helper has been set */
  /external/libselinux/src/
avc_internal.h 133 /* statistics helper routines */
148 /* logging helper routines */
  /external/llvm/lib/TableGen/
Error.cpp 1 //===- Error.cpp - tblgen error handling helper routines --------*- C++ -*-===//
10 // This file contains error handling helper routines to pretty-print diagnostic
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 74 // All instructions emitted by the X86AsmPrinter should use this helper
77 // This helper function invokes the SMShadowTracker on each instruction before
  /external/openfst/src/include/fst/script/
print-impl.h 20 // helper class for fstprint.cc
35 // Print a binary Fst in textual format, helper class for fstprint.cc
  /external/selinux/libselinux/src/
avc_internal.h 133 /* statistics helper routines */
148 /* logging helper routines */

Completed in 996 milliseconds

<<11121314151617181920>>