/external/chromium_org/v8/test/mjsunit/regress/ |
regress-406.js | 47 // Helper function to prevent simple constant folding.
|
/external/llvm/lib/Support/ |
DAGDeltaAlgorithm.cpp | 157 /// Helper object for minimizing an active set of changes. 327 DeltaActiveSetHelper Helper(*this, Required); 328 changeset_ty CurrentMinSet = Helper.Run(CurrentSet);
|
/external/llvm/lib/Target/Mips/ |
Mips16HardFloat.cpp | 324 // Returns of float, double and complex need to be handled with a helper 340 // If there is a return value and it needs a helper function, 342 // return to this helper. The purpose of the helper is to move 349 static const char* Helper[NoFPRet] = 352 const char *Name = Helper[RV]; 357 // These helper functions have a different calling ABI so 359 // during call setup, the proper call lowering to the helper 372 // helper functions 429 // by calling a helper function before the actual return [all...] |
/external/v8/test/mjsunit/harmony/ |
proxies-hash.js | 31 // Helper.
|
proxies-for.js | 31 // Helper.
|
/external/v8/test/mjsunit/regress/ |
regress-406.js | 47 // Helper function to prevent simple constant folding.
|
/external/chromium_org/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/chromium_org/tools/grit/grit/format/ |
html_inline.py | 51 """Helper function that normalizes platform differences in the mime type 61 """Helper function that gets the distribution we are building. 121 """Helper class holding the results from DoInline(). 133 """Helper function that inlines the resources in a specified file. 161 """Helper function to provide SrcInlineAsDataURL with the base file path""" 183 """Helper function to conditionally inline inner elements""" 220 """Helper function to inline external files of various types""" 239 """Helper function to directly inline generic external files (without 245 """Helper function to inline external script files""" 252 """Helper function that inlines external resources in CSS text"" [all...] |
/external/clang/lib/AST/ |
StmtPrinter.cpp | 37 clang::PrinterHelper* Helper; 41 StmtPrinter(raw_ostream &os, PrinterHelper* helper, 44 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {} 88 if (Helper && Helper->handledStmt(S,OS)) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom.c | 54 #pragma mark -- Helper Functions --
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardAbsKeyInputView.java | 131 mSecurityMessageDisplay = new KeyguardMessageArea.Helper(this);
|
KeyguardAccountView.java | 97 mSecurityMessageDisplay = new KeyguardMessageArea.Helper(this);
|
KeyguardFaceUnlockView.java | 90 mSecurityMessageDisplay = new KeyguardMessageArea.Helper(this);
|
KeyguardSelectorView.java | 158 mSecurityMessageDisplay = new KeyguardMessageArea.Helper(this);
|
KeyguardPatternView.java | 145 mSecurityMessageDisplay = new KeyguardMessageArea.Helper(this);
|
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
util.js | 4 * @fileoverview Helper functions.
|
/external/chromium_org/v8/test/mjsunit/ |
array-functions-prototype.js | 45 // Helper functions.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
proxies-for.js | 31 // Helper.
|
/external/libvorbis/doc/ |
09-helper.tex | 4 \section{Helper equations} \label{vorbis:spec:helper}
|
/external/v8/test/mjsunit/ |
array-functions-prototype.js | 45 // Helper functions.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
HashList.cs | 53 #region Helper classes
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 429 * Helper for canDrop that only checks one bookmark node. 479 * Helper for canDropAbove that only checks one bookmark node. 530 * Helper for canDropBelow that only checks one bookmark node. 567 * Helper for canDropOn that only checks one bookmark node. 914 * Helper function that updates the canExecute and labels for the open like 1000 * Helper function for handling canExecute for the list and the tree. [all...] |
/external/chromium/testing/gmock/test/ |
gmock-generated-matchers_test.cc | 503 MOCK_METHOD2(Helper, void(int* array, int size)); 515 NativeArrayPassedAsPointerAndSize helper; local 516 EXPECT_CALL(helper, Helper(_, _)) 518 helper.Helper(array, 2); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
RewriteRuleXxxxStreamFixture.cs | 367 #region Helper Methods
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
messaging.js | 117 // Helper function for dispatchOnRequest. 142 // Helper function for dispatchOnConnect
|