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

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 176 * Helper method to return a register list string.
200 * Helper method to return a register range string.
243 * Helper method to return a literal bits argument string.
265 * Helper method to return a literal bits comment string.
301 * Helper method to return a branch address string.
315 * Helper method to return the comment for a branch.
328 * Helper method to return the constant string for a {@link CstInsn}
343 * Helper method to return an instruction comment for a constant.
371 * Helper method to determine if a signed int value fits in a nibble.
381 * Helper method to determine if an unsigned int value fits in a nibble
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 177 * Helper method to return a register list string.
201 * Helper method to return a register range string.
244 * Helper method to return a literal bits argument string.
266 * Helper method to return a literal bits comment string.
302 * Helper method to return a branch address string.
316 * Helper method to return the comment for a branch.
329 * Helper method to return the constant string for a {@link CstInsn}
344 * Helper method to return an instruction comment for a constant.
372 * Helper method to determine if a signed int value fits in a nibble.
382 * Helper method to determine if an unsigned int value fits in a nibble
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /bionic/tests/
pthread_test.cpp 821 RwlockKindTestHelper* helper; member in struct:RwlockKindTestHelper::ThreadArg
824 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid)
825 : helper(helper), tid(tid) { }
870 RwlockKindTestHelper* helper = arg->helper; local
871 ASSERT_EQ(0, pthread_rwlock_wrlock(&helper->lock));
872 ASSERT_EQ(0, pthread_rwlock_unlock(&helper->lock));
879 RwlockKindTestHelper* helper = arg->helper; local
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 33 /// Helper class that can build very simple Modules
158 // return num + Helper(recursive_param);
161 // NOTE: if Helper is left as the default parameter, Helper == recursive_add.
163 Function *Helper = 0,
166 if (Helper == 0)
167 Helper = Result;
183 // return Helper(recursive_param);
187 Value *RecursiveReturn = Builder.CreateCall(Helper, RecursiveParam);
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 1 //===--- Diagnostics.h - Helper class for error diagnostics -----*- C++ -*-===//
50 /// \brief Helper class to manage error messages.
83 /// \brief Helper stream class.
138 /// \return a helper class to allow the caller to pass the arguments for the
174 /// \brief Helper function used by the constructors of ContextFrame.
  /external/openssh/
ssh-pkcs11-client.c 60 error("write to helper failed");
71 error("read from helper failed: %u", len);
84 error("response from helper failed.");
142 /* redirect the private key encrypt operation to the ssh-pkcs11-helper */
149 helper_rsa.name = "ssh-pkcs11-helper";
  /external/skia/include/views/
SkOSMenu.h 69 * Helper functions for predefined types
126 * other helper functions below to retrive/update state information.
127 * Note: the helper functions below assume that slotName is UNIQUE for all
145 * Helper functions to retrieve information other than the stored value for
162 * The following helper functions will return true if evt is generated from
  /external/skia/tests/
DequeTest.cpp 72 // This helper is intended to only give the unit test access to SkDeque's
86 DequeUnitTestHelper helper(deq);
89 REPORTER_ASSERT(reporter, 1 == helper.fNumBlocksAllocated);
95 expected == helper.fNumBlocksAllocated ||
96 expected+1 == helper.fNumBlocksAllocated);
  /external/v8/src/base/
logging.h 43 // Helper function used by the CHECK_EQ function when given int
56 // Helper function used by the CHECK_EQ function when given int64_t
78 // Helper function used by the CHECK_NE function when given int
93 // Helper function used by the CHECK function when given string
125 // Helper function used by the CHECK function when given pointer
  /frameworks/base/core/java/android/app/backup/
SharedPreferencesBackupHelper.java 27 * A helper class that can be used in conjunction with
54 * // Simply allocate a helper and install it
56 * SharedPreferencesBackupHelper helper =
58 * addHelper(MY_PREFS_BACKUP_KEY, helper);
77 * Construct a helper for backing up and restoring the
FileBackupHelper.java 26 * A helper class that can be used in conjunction with
32 * During restore, if the helper encounters data for a file that was not
47 * Construct a helper to manage backup/restore of entire files within the
  /frameworks/support/design/
Android.mk 33 # A helper sub-library to resolve cyclic dependencies between src and the platform dependent
44 # A helper sub-library that makes direct use of Eclair MR1 APIs
55 # A helper sub-library that makes direct use of Honeycomb APIs
66 # A helper sub-library that makes direct use of Honeycomb MR1 APIs
77 # A helper sub-library that makes direct use of Lollipop APIs
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 64 * <h1>Scrolling</h1> When automatic scrolling is active, the helper will
199 * Creates a new helper for scrolling the specified target view.
201 * The resulting helper may be configured by chaining setter calls and
204 * By default, the helper is disabled and will not respond to touch events
228 * Sets whether the scroll helper is enabled and should respond to touch
231 * @param enabled Whether the scroll helper is enabled.
232 * @return The scroll helper, which may used to chain setter calls.
244 * @return True if this helper is enabled and responding to touch events.
255 * When enabled, {@link #onTouch} will return true if the helper is
260 * @return The scroll helper, which may used to chain setter calls
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 249 * Helper to build a response from the MockWebServer with no body.
261 * Helper to build a response from the MockWebServer.
272 * Helper to build a response from the MockWebServer.
289 * Helper to generate a random blob of bytes.
301 * Helper to generate a random blob of bytes using a given RNG.
332 * Helper to verify the size of a file.
342 * Helper to verify the contents of a downloaded file versus a byte[].
362 * Helper to compare 2 byte arrays.
459 * Helper to create and register a new MultipleDownloadCompletedReciever
474 * Helper to verify a standard single-file download from the mock server, and clean up afte
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 161 * Helper method to return a register list string.
185 * Helper method to return a literal bits argument string.
207 * Helper method to return a literal bits comment string.
243 * Helper method to return a branch address string.
256 * Helper method to return the comment for a branch.
269 * Helper method to return a constant string.
282 * Helper method to return an instruction comment for a constant.
310 * Helper method to determine if a signed int value fits in a nibble.
320 * Helper method to determine if an unsigned int value fits in a nibble.
330 * Helper method to determine if a signed int value fits in a byte
    [all...]
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 284 /* Copy, or bump refcount, of a block. If really copying, call the copy helper if present. */
322 //printf("calling block copy helper %p(%p, %p)...\n", aBlock->descriptor->copy, result, aBlock);
329 // This allows the copy helper routines to make non-refcounted block copies under GC
344 //printf("calling block copy helper...\n");
391 // Trust copy helper to copy everything of interest
434 //printf("calling out to helper\n");
534 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest.
544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k. (…)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseCipherSpi.java 50 private final JcaJceHelper helper = new BCJcaJceHelper(); field in class:BaseCipherSpi
93 return helper.createAlgorithmParameters(algorithm);
202 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm);
  /external/clang/include/clang/Basic/
Version.h 22 /// \brief Helper macro for CLANG_VERSION_STRING.
26 /// \brief Helper macro for CLANG_VERSION_STRING.
34 /// \brief Helper macro for CLANG_VERSION_STRING.
  /external/clang/test/SemaTemplate/
constructor-template.cpp 142 void helper(A<int,float>);
145 helper(a);
148 helper(A<int,int>());
  /external/jsilver/src/org/clearsilver/
CSUtil.java 24 * Utility class containing helper methods
33 * Helper function that returns a concatenation of the loadpaths in the
44 * Helper function that returns a concatenation of the loadpaths in the
  /external/llvm/include/llvm/Support/
ManagedStatic.h 23 /// object_creator - Helper method for ManagedStatic.
29 /// object_deleter - Helper method for ManagedStatic.
102 /// llvm_shutdown_obj - This is a simple helper class that calls
  /external/skia/src/gpu/gl/
GrGLPrimitiveProcessor.h 77 /** a helper which can setup vertex, constant, or uniform color depending on inputType.
90 /** a helper function to setup the uniform handle for the uniform view matrix */
94 /** a helper function to upload a uniform viewmatrix.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 92 // Helper classes:
95 * We need another helper class to deal with differences between
187 * And one more helper to deal with attribute access differences
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Shader_Delegate.java 45 // ---- delegate helper data ----
50 // ---- Public Helper methods ----
95 // ---- Private delegate/helper methods ----

Completed in 312 milliseconds

<<11121314151617181920>>