HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 251 - 275 of 9848) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Verifier/
AmbiguousPhi.ll 2 ; CHECK: multiple entries for the same basic block
  /external/opencv3/doc/py_tutorials/py_core/
py_table_of_contents_core.markdown 7 edit pixel values, working with image ROI and other basic operations.
  /external/valgrind/massif/tests/
basic.vgtest 1 prog: basic
  /frameworks/base/docs/html/training/
building-graphics.jd 10 If you want to go beyond the basic user interface to create a beautiful visual experience,
  /hardware/bsp/intel/peripheral/libupm/src/grove/
javaupm_grove.i 1 %module (directors="1", docstring="Basic Grove sensors") javaupm_grove
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
invensense.h 14 * Main header file for Invensense's basic library.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
invensense.h 14 * Main header file for Invensense's basic library.
  /prebuilts/go/darwin-x86/src/math/cmplx/
abs.go 5 // Package cmplx provides basic constants and mathematical functions for
  /prebuilts/go/linux-x86/src/math/cmplx/
abs.go 5 // Package cmplx provides basic constants and mathematical functions for
  /system/sepolicy/
shared_relro.te 5 # inherits from app to get basic permissions it needs to run.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp2.s 5 @ First we test the basic syntax and bit patterns of the opcodes.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/
README 3 basic.parse -- this directory contains the basic instruction parsing
11 basic directive and test all (or a noteworthy) subset of arguments.
21 enough (whatever that means) for basic.parse.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/
lns-duplicate.d 9 \[0x.*\] Set basic block
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/tests/src/com/example/android/actionbarcompat/basic/tests/
SampleTests.java 16 package com.example.android.actionbarcompat.basic.tests;
18 import com.example.android.actionbarcompat.basic.*;
23 * Tests for Basic sample.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/Application/tests/src/com/example/android/actionbarcompat/basic/tests/
SampleTests.java 16 package com.example.android.actionbarcompat.basic.tests;
18 import com.example.android.actionbarcompat.basic.*;
23 * Tests for Basic sample.
  /external/clang/unittests/Basic/
DiagnosticTest.cpp 1 //===- unittests/Basic/DiagnosticTest.cpp -- Diagnostic engine tests ------===//
10 #include "clang/Basic/Diagnostic.h"
11 #include "clang/Basic/DiagnosticIDs.h"
  /external/curl/tests/data/
test82 7 HTTP proxy Basic auth
34 HTTP with proxy requiring NTLM, but we send Basic
49 Proxy-Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
test233 6 HTTP Basic auth
7 HTTP proxy Basic auth
81 Proxy-Authorization: Basic dGVzdGluZzp0aGlz
82 Authorization: Basic aWFtOm15c2VsZg==
88 Proxy-Authorization: Basic dGVzdGluZzp0aGlz
test234 7 HTTP proxy Basic auth
83 Proxy-Authorization: Basic dGVzdGluZzp0aGlz
84 Authorization: Basic aWFtOm15c2VsZg==
90 Proxy-Authorization: Basic dGVzdGluZzp0aGlz
91 Authorization: Basic aWFtOm15c2VsZg==
test275 7 HTTP Basic auth
9 HTTP proxy Basic auth
70 Proxy-Authorization: Basic eW91YXJlOnlvdXJzZWxm
78 Authorization: Basic aWFtOm15c2VsZg==
83 Authorization: Basic aWFtOm15c2VsZg==
  /external/libxml2/test/schemas/
anyAttr-errors1_0.xml 11 <basic.B foo:barC="o"/>
13 <basic.C foo:barC="o"/>
15 <basic.D barA="o" bar:barB="o"/>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Credentials.java 26 /** Returns an auth credential for the Basic scheme. */
27 public static String basic(String userName, String password) { method in class:Credentials
32 return "Basic " + encoded;
  /frameworks/base/libs/androidfw/tests/data/lib/res/values/
values.xml 22 <item name="com.android.test.basic:attr1">700</item>
23 <item name="com.android.test.basic:attr2">?com.android.test.basic:attr1</item>
  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 47 * Basic authentication scheme as defined in RFC 2617.
69 /** Whether the basic authentication process is complete */
73 * Default constructor for the basic authetication scheme.
81 * Returns textual designation of the basic authentication scheme.
83 * @return <code>basic</code>
86 return "basic";
90 * Processes the Basic challenge.
105 * Tests if the Basic authentication process has been completed.
107 * @return <tt>true</tt> if Basic authorization has been processed,
115 * Returns <tt>false</tt>. Basic authentication scheme is request based
    [all...]
  /external/valgrind/exp-bbv/docs/
bbv-manual.xml 6 <title>BBV: an experimental basic block vector generation tool</title>
16 A basic block is a linear section of code with one entry point and one exit
17 point. A <emphasis>basic block vector</emphasis> (BBV) is a list of all
18 basic blocks entered during program execution, and a count of how many
19 times each basic block was run.
23 BBV is a tool that generates basic block vectors for use with the
56 <title>Using Basic Block Vectors to create SimPoints</title>
59 To quickly create a basic block vector file, you will call Valgrind
68 This file contains the basic block vector. For long-running programs
86 where bb.out.1234.gz is your compressed basic block vector fil
    [all...]

Completed in 708 milliseconds

<<11121314151617181920>>