OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Query
(Results
26 - 50
of
347
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/opt/chips/src/com/android/ex/chips/
Queries.java
31
public static final
Query
PHONE = new
Query
(new String[] {
51
public static final
Query
EMAIL = new
Query
(new String[]{
71
static abstract class
Query
{
87
public
Query
(String[] projection, Uri contentFilter, Uri content) {
RecipientAlternatesAdapter.java
38
import com.android.ex.chips.Queries.
Query
;
98
Queries.
Query
query
;
local
100
query
= Queries.EMAIL;
102
query
= Queries.PHONE;
128
c = context.getContentResolver().
query
(
129
query
.getContentUri(),
130
query
.getProjection(),
131
query
.getProjection()[Queries.
Query
.DESTINATION] + " IN (
[
all
...]
/art/tools/ahat/test/
TestHandler.java
33
* Test that the given handler doesn't crash on the given
query
.
38
Query
query
= new
Query
(DocString.uri(uri));
local
39
handler.handle(doc,
query
);
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/dao/
PetCoupleDao.java
21
import android.arch.persistence.room.
Query
;
31
@
Query
("SELECT * FROM PetCouple")
PetDao.java
22
import android.arch.persistence.room.
Query
;
33
@
Query
("SELECT COUNT(*) FROM Pet")
/frameworks/support/room/common/src/main/java/android/arch/persistence/room/
Query.java
25
* Marks a method in a {@link Dao} annotated class as a
query
method.
27
* The value of the annotation includes the
query
that will be run when this method is called. This
28
*
query
is <b>verified at compile time</b> by Room to ensure that it compiles fine against the
36
* method parameters and the
query
bind parameters.
41
* {@literal @}
Query
("SELECT * FROM user WHERE user_name LIKE :name AND last_name LIKE :last")
46
*
query
. At runtime, Room will build the correct
query
to have matching number of bind arguments
49
* {@literal @}
Query
("SELECT * FROM user WHERE uid IN(:userIds)")
53
*
query
as: {@code SELECT * FROM user WHERE uid IN(?, ?, ?)} and bind each item in the
56
* There are 3 types of queries supported in {@code
Query
} methods: SELECT, UPDATE and DELETE
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h
15
// The basic idea is that in order for a wildcard to match a
query
, the
query
17
// index (trigram -> list of rules with it) and then count trigrams in the
query
19
// the check passes the
query
to a regex. If none of the rules got enough
20
// trigrams, the check tells that the
query
is definitely not matched by any
46
/// that matches the
query
. Returns false, if it's not sure.
47
bool isDefinitelyOut(StringRef
Query
) const;
57
// chance to match the
query
. The number of elements equals the number of
/external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.h
62
class
Query
;
108
///
Query
interferences between a single live virtual register and a live
110
class
Query
{
122
Query
(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {}
124
Query
(LiveInterval *VReg, LiveIntervalUnion *LIU):
163
//
query
's live virtual register, up to maxInterferingRegs.
185
Query
(const
Query
&); // DO NOT IMPLEMENT
186
void operator=(const
Query
&); // DO NOT IMPLEMENT
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h
105
///
Query
interferences between a single live virtual register and a live
107
class
Query
{
130
Query
() = default;
131
Query
(const LiveRange &LR, const LiveIntervalUnion &LIU):
133
Query
(const
Query
&) = delete;
134
Query
&operator=(const
Query
&) = delete;
150
//
query
's live virtual register, up to maxInterferingRegs.
/external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h
51
std::unique_ptr<LiveIntervalUnion::
Query
[]> Queries;
135
///
Query
a line of the assigned virtual register matrix directly.
137
/// This returns a reference to an internal
Query
data structure that is only
138
/// valid until the next
query
() call.
139
LiveIntervalUnion::
Query
&
query
(LiveInterval &VirtReg, unsigned RegUnit);
/frameworks/support/room/compiler/src/test/data/daoWriter/input/
UpdateDao.java
43
@
Query
("UPDATE User SET ageColumn = ageColumn + 1 WHERE uid = :uid")
46
@
Query
("UPDATE User SET ageColumn = ageColumn + 1")
Completed in 345 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>