HomeSort by relevance Sort by last modified time
    Searched full:logic (Results 1 - 25 of 2947) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smack/src/org/jivesoftware/smackx/provider/
package.html 1 <body>Provides pluggable parsing logic for Smack extensions.</body
  /external/sonivox/jet_tools/logic_templates/
README.txt 1 This directory contains Apple Logic template files to facilitate the creation of MIDI files to import in JetCreator
  /external/mockito/src/org/mockito/internal/stubbing/
package.html 7 Stubbing logic.
  /external/mockito/src/org/mockito/internal/verification/
package.html 7 Verification logic.
  /external/antlr/antlr-3.4/runtime/JavaScript/third/
antcontrib.properties 6 if=net.sf.antcontrib.logic.IfTask
7 foreach=net.sf.antcontrib.logic.ForEach
8 for=net.sf.antcontrib.logic.ForTask
9 throw=net.sf.antcontrib.logic.Throw
10 trycatch=net.sf.antcontrib.logic.TryCatchTask
11 switch=net.sf.antcontrib.logic.Switch
12 outofdate=net.sf.antcontrib.logic.OutOfDate
13 runtarget=net.sf.antcontrib.logic.RunTargetTask
14 timestampselector=net.sf.antcontrib.logic.TimestampSelector
15 antcallback=net.sf.antcontrib.logic.AntCallBac
    [all...]
  /external/mockito/src/org/mockito/exceptions/base/
package.html 7 Base classes for exceptions and errors, stack trace filtering/removing logic.
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditable.java 26 private Logic mLogic;
28 private CalculatorEditable(CharSequence source, Logic logic) {
30 mLogic = logic;
78 if (text == Logic.MINUS && prevChar == Logic.MINUS) {
83 if (Logic.isOperator(text)) {
84 while (Logic.isOperator(prevChar) &&
85 (text != Logic.MINUS || prevChar == '+')) {
92 if (start == 0 && Logic.isOperator(text) && text != Logic.MINUS)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_show_all_button.h 8 // -sizeToFit logic.
  /external/chromium_org/mojo/public/bindings/lib/
TODO 3 - Add tests of validation logic
  /external/chromium_org/third_party/safe_browsing/
README.chromium 9 verify the safebrowsing logic in chrome (and other browsers).
  /development/samples/JetBoy/
JETBOY_content_README.txt 14 The "JETBOY_Music.logic" file is the Logic file used to create the JETBOY music composition. This file is provided for reference
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_cocoa.h 14 // The cocoa specific implementation of InfoBar. The real info bar logic is
34 // The Objective-C class that contains most of the info bar logic.
  /external/chromium_org/net/ssl/
client_cert_store_win.h 30 // A hook for testing. Filters |input_certs| using the logic being used to
33 // using the common logic.
client_cert_store_mac.h 31 // A hook for testing. Filters |input_certs| using the logic being used to
34 // extracted from the system store and filtering it using the common logic
40 // Testing hook specific to Mac, where the internal logic recognizes preferred
client_cert_store_nss.h 38 // A hook for testing. Filters |input_certs| using the logic being used to
41 // extracted from the system store and filtering it using the common logic
  /external/chromium_org/android_webview/renderer/
print_web_view_helper_android.cc 5 // All the necessary logic already lives in print_web_view_helper_linux.cc.
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_android.cc 5 // All the necessary logic already lives in print_web_view_helper_linux.cc.
  /external/chromium_org/components/precache/
README 11 core/ contains the core logic of the component.
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
package.html 12 an abstract way of handling application logic.
  /hardware/ti/omap4xxx/security/
NOTICE 1 Submitted on behalf of a third-party: Trusted Logic
4 * Copyright(c) 2011 Trusted Logic. All rights reserved.
16 * * Neither the name Trusted Logic nor the names of its
  /external/kernel-headers/original/asm-mips/dec/
ecc.h 4 * ECC handling logic definitions common to DECstation/DECsystem
37 #define KN0X_ESR_SYNHI (0x7f<<16) /* syndrome from ECC logic */
41 #define KN0X_ESR_SYNLO (0x7f<<0) /* syndrome from ECC logic */
  /external/chromium_org/components/dom_distiller/
README 11 core/ contains the business logic of the component.
  /external/chromium_org/content/public/plugin/
content_plugin_client.h 13 // Embedder API for participating in plugin logic.
  /external/chromium_org/content/public/utility/
content_utility_client.h 12 // Embedder API for participating in renderer logic.
  /frameworks/base/tools/aapt/
ResourceFilter.h 13 * Implements logic for parsing and handling "-c" and "--preferred-configurations"

Completed in 369 milliseconds

1 2 3 4 5 6 7 8 91011>>