HomeSort by relevance Sort by last modified time
    Searched refs:FROM (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /external/ipsec-tools/src/racoon/
cftoken.l 19 * may be used to endorse or promote products derived from this software
282 <S_SAINF>from { YYD; return(FROM); }
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/libvpx/libvpx/third_party/libyuv/source/
x86inc.asm 19 ;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
105 ; %1 = number of arguments. loads them from stack if needed.
115 ; TODO Some functions can use some args directly from the stack. If they're the
593 ; Takes up to 2 cpuflags from the above list.
772 %macro LOAD_MM_PERMUTATION 1 ; name to load from
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 19 ;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
100 ; PIC macros are copied from vpx_ports/x86_abi_support.asm. The "define PIC"
101 ; from original code is added in for 64bit.
200 ; %1 = number of arguments. loads them from stack if needed.
210 ; TODO Some functions can use some args directly from the stack. If they're the
695 ; Takes up to 2 cpuflags from the above list.
882 %macro LOAD_MM_PERMUTATION 1 ; name to load from
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 19 ;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
100 ; PIC macros are copied from vpx_ports/x86_abi_support.asm. The "define PIC"
101 ; from original code is added in for 64bit.
200 ; %1 = number of arguments. loads them from stack if needed.
210 ; TODO Some functions can use some args directly from the stack. If they're the
674 ; Takes up to 2 cpuflags from the above list.
861 %macro LOAD_MM_PERMUTATION 1 ; name to load from
  /external/boringssl/src/crypto/chacha/
chacha_vec_arm.S 11 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 161 // Sync all remote messages apart from drafts
337 // There's a good chance that if we selected the image from our media picker the
412 LogUtil.i(LogUtil.BUGLE_TAG, "Error extracting duration from " + part.getContentUri(), e);
659 * @param orientation Orientation constant from ExifInterface for rotating or flipping the
735 // NOTE: There are phones on which you can't get the recipients from the thread id for SMS
    [all...]
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/sqlite/dist/orig/
shell.c 118 /* popen and pclose are not C89 functions and so are sometimes omitted from
415 ** from within an SQL statement. This program used to use the
436 ** This routine reads a line of text from FILE in, stores
437 ** the text in memory obtained from malloc() and returns a pointer
441 ** If zLine is not NULL then it is a malloced buffer returned from
476 ** If in==0 then read from standard input and prompt before each line.
480 ** If zPrior is not NULL then it is a buffer from a prior call to this
483 ** The result is stored in space obtained from malloc() and must either
508 ** Shell output mode information from before ".explain on",
545 char nullValue[20]; /* The text to print when a NULL comes back from
    [all...]
  /external/sqlite/dist/
shell.c 124 /* popen and pclose are not C89 functions and so are sometimes omitted from
421 ** from within an SQL statement. This program used to use the
442 ** This routine reads a line of text from FILE in, stores
443 ** the text in memory obtained from malloc() and returns a pointer
447 ** If zLine is not NULL then it is a malloced buffer returned from
482 ** If in==0 then read from standard input and prompt before each line.
486 ** If zPrior is not NULL then it is a buffer from a prior call to this
489 ** The result is stored in space obtained from malloc() and must either
514 ** Shell output mode information from before ".explain on",
551 char nullValue[20]; /* The text to print when a NULL comes back from
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 324 Message.UPDATED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where " +
327 private static final String UPDATED_MESSAGE_DELETE = "delete from " +
331 Message.DELETED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where " +
335 "select " + BodyColumns.MESSAGE_KEY + " from " + Body.TABLE_NAME +
336 " except select " + BaseColumns._ID + " from " + Message.TABLE_NAME;
338 private static final String DELETE_ORPHAN_BODIES = "delete from " + Body.TABLE_NAME +
341 private static final String DELETE_BODY = "delete from " + Body.TABLE_NAME +
353 // Query parameter indicating the command came from UIProvider
407 * Creates a URI string from a database ID (guaranteed to be unique).
418 * delete from <table> where <column> not in (select <foreignColumn> from <foreignTable>
6071 final String from = values.getAsString(Message.MessageColumns.FROM_LIST); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 14 // from this software without specific prior written permission.
64 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
252 [b].apply(a,e);throw Error(\"goog.base called from a method of one name to a me\
273 \"No conversion from \"+m.replace(\" \",\" to \")),n!==!0&&(c=n?n(c):p(o(c)))}}\
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta1/
sdk-common-24.3.0-beta1.jar 

Completed in 1771 milliseconds

1 2 3 45 6 7